home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-04-13 | 383 b | 14 lines | [TEXT/ttxt] |
- #!/bin/csh -f
- #
- # Run this file to test your SmallEiffel compiler.
- #
- # Printed Output should be the same as the file
- # SmallEiffel/misc/self_test.good_output
- #
- foreach flag (-boost -no_check -require_check -ensure_check\
- -invariant_check -loop_check -all_check -debug_check)
- set d=${SmallEiffel}
- ${d}/misc/basic_test ${flag}
- end
- echo Self Test of compile/compile_to_c Done.
-